FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/ch-orf-module-address

Packagech.fhir.ig.ch-orf
Resource TypeQuestionnaire
Idch-orf-module-address
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-orf/https://build.fhir.org/ig/hl7ch/ch-orf/Questionnaire-ch-orf-module-address.html
URLhttp://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-address
Version3.0.2-ci-build
Statusactive
Date2022-05-09
NameModuleQuestionnaireAddress
TitleModule Questionnaire Address
Realmch
Authorityhl7
CopyrightCC0-1.0

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Questionnaire ch-orf-module-address

Language: de-CH

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. ModuleQuestionnaireAddressQuestionnairehttp://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-address#3.0.2-ci-build
... streetAddressLineStrasse, Hausnummer, Postfach etc.0..*string
... postalCodePLZ0..1string
... cityOrt0..1string
... countryLand0..1string

doco Documentation for this format

Source

{
  "resourceType": "Questionnaire",
  "id": "ch-orf-module-address",
  "language": "de-CH",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assemble-expectation",
      "valueCode": "assemble-child"
    },
    {
      "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembleContext",
      "valueString": "linkIdPrefix"
    }
  ],
  "url": "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-address",
  "version": "3.0.2-ci-build",
  "name": "ModuleQuestionnaireAddress",
  "title": "Module Questionnaire Address",
  "status": "active",
  "date": "2022-05-09",
  "publisher": "HL7 Switzerland",
  "contact": [
    {
      "name": "HL7 Switzerland",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "item": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
          "valueExpression": {
            "language": "text/fhirpath",
            "expression": "%address.line"
          }
        }
      ],
      "linkId": "streetAddressLine",
      "text": "Strasse, Hausnummer, Postfach etc.",
      "type": "string",
      "repeats": true
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
          "valueExpression": {
            "language": "text/fhirpath",
            "expression": "%address.postalCode"
          }
        }
      ],
      "linkId": "postalCode",
      "text": "PLZ",
      "type": "string"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
          "valueExpression": {
            "language": "text/fhirpath",
            "expression": "%address.city"
          }
        }
      ],
      "linkId": "city",
      "text": "Ort",
      "type": "string"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
          "valueExpression": {
            "language": "text/fhirpath",
            "expression": "%address.country"
          }
        }
      ],
      "linkId": "country",
      "text": "Land",
      "type": "string"
    }
  ]
}